home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 22 / Cream of the Crop 22.iso / windows / treesize.zip / Treesize.exe / 0 / RCDATA / TABOUTBOX / TABOUTBOX.txt
Text File  |  1996-11-11  |  3KB  |  122 lines

  1. object AboutBox: TAboutBox
  2.   Left = 554
  3.   Top = 173
  4.   ActiveControl = OKButton
  5.   BorderStyle = bsDialog
  6.   Caption = 'Info'
  7.   ClientHeight = 209
  8.   ClientWidth = 318
  9.   Font.Color = clBlack
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   Position = poScreenCenter
  14.   OnCreate = FormCreate
  15.   PixelsPerInch = 96
  16.   TextHeight = 13
  17.   object Panel1: TPanel
  18.     Left = 8
  19.     Top = 8
  20.     Width = 305
  21.     Height = 153
  22.     BevelOuter = bvLowered
  23.     TabOrder = 0
  24.     OnMouseMove = Panel1MouseMove
  25.     object ProgramIcon: TImage
  26.       Left = 16
  27.       Top = 16
  28.       Width = 41
  29.       Height = 41
  30.       IsControl = True
  31.     end
  32.     object ProductName: TLabel
  33.       Left = 88
  34.       Top = 16
  35.       Width = 102
  36.       Height = 13
  37.       Caption = 'Produktname'
  38.       IsControl = True
  39.     end
  40.     object Version: TLabel
  41.       Left = 88
  42.       Top = 40
  43.       Width = 81
  44.       Height = 13
  45.       Caption = 'Version'
  46.       IsControl = True
  47.     end
  48.     object Copyright: TLabel
  49.       Left = 8
  50.       Top = 72
  51.       Width = 149
  52.       Height = 13
  53.       Caption = 'Copyright 1996 Joachim Marder'
  54.       IsControl = True
  55.     end
  56.     object Comments: TLabel
  57.       Left = 48
  58.       Top = 96
  59.       Width = 132
  60.       Height = 13
  61.       Cursor = crDrag
  62.       Caption = 'marder@explorer.uni-trier.de'
  63.       Font.Color = clBlue
  64.       Font.Height = -11
  65.       Font.Name = 'MS Sans Serif'
  66.       Font.Style = [fsUnderline]
  67.       ParentFont = False
  68.       WordWrap = True
  69.       OnClick = CommentsClick
  70.       OnMouseDown = CommentsMouseDown
  71.       OnMouseUp = CommentsMouseUp
  72.       IsControl = True
  73.     end
  74.     object Label1: TLabel
  75.       Left = 48
  76.       Top = 120
  77.       Width = 219
  78.       Height = 13
  79.       Cursor = crDrag
  80.       Caption = 'http://www.informatik.uni-trier.de/CIP/marder/'
  81.       Color = clBtnFace
  82.       Font.Color = clBlue
  83.       Font.Height = -11
  84.       Font.Name = 'MS Sans Serif'
  85.       Font.Style = [fsUnderline]
  86.       ParentColor = False
  87.       ParentFont = False
  88.       OnClick = Label1Click
  89.       OnMouseDown = CommentsMouseDown
  90.       OnMouseUp = CommentsMouseUp
  91.     end
  92.     object Label2: TLabel
  93.       Left = 8
  94.       Top = 120
  95.       Width = 36
  96.       Height = 13
  97.       Caption = 'WWW:'
  98.     end
  99.     object Label3: TLabel
  100.       Left = 8
  101.       Top = 96
  102.       Width = 32
  103.       Height = 13
  104.       Caption = 'E-Mail:'
  105.       WordWrap = True
  106.       OnClick = CommentsClick
  107.       IsControl = True
  108.     end
  109.   end
  110.   object OKButton: TButton
  111.     Left = 118
  112.     Top = 178
  113.     Width = 65
  114.     Height = 26
  115.     Caption = 'OK'
  116.     Default = True
  117.     ModalResult = 1
  118.     TabOrder = 1
  119.     IsControl = True
  120.   end
  121. end
  122.